From: Paul Gortmaker Date: Wed, 28 Sep 2011 19:31:14 +0000 (-0400) Subject: drivers/nfc: add module.h to nfcwilink.c X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~12483^2~70 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=baf79c33e2c67b50b4415670c7baedb9702805f5;p=linux-4.9.git drivers/nfc: add module.h to nfcwilink.c This is a full module, with module_init() and module_exit() and so it needs module.h called out for inclusion. Reported-by: Stephen Rothwell Signed-off-by: Paul Gortmaker --- diff --git a/drivers/nfc/nfcwilink.c b/drivers/nfc/nfcwilink.c index 5b0f1ff80361..06c3642e5bdb 100644 --- a/drivers/nfc/nfcwilink.c +++ b/drivers/nfc/nfcwilink.c @@ -27,6 +27,7 @@ * */ #include +#include #include #include #include